A small correction of previous commit
authorMarek Kasik <mkasik@redhat.com>
Mon, 19 Oct 2009 09:44:09 +0000 (11:44 +0200)
committerMarek Kasik <mkasik@redhat.com>
Mon, 19 Oct 2009 09:44:09 +0000 (11:44 +0200)
Correct of a typo.

gtk/gtktooltip.c

index ee4fb0e0e96d45fcb8cef491c10795d860b00989..1b628776f0ea5e15d9adb7c293b97d94d56bcdf8 100644 (file)
@@ -501,7 +501,7 @@ gtk_tooltip_window_style_set (GtkTooltip *tooltip)
                             tooltip->window->style->ythickness,
                             tooltip->window->style->xthickness,
                             tooltip->window->style->xthickness);
-  gtk_box_set_spacing (GTK_BOX (tooltip->hbox,
+  gtk_box_set_spacing (GTK_BOX (tooltip->box),
                       tooltip->window->style->xthickness);
 
   gtk_widget_queue_draw (tooltip->window);